3.57 \(\int \frac{\sinh (\sqrt{x})}{\sqrt{x}} \, dx\)

Optimal. Leaf size=8 \[ 2 \cosh \left (\sqrt{x}\right ) \]

[Out]

2*Cosh[Sqrt[x]]

________________________________________________________________________________________

Rubi [A]  time = 0.0119936, antiderivative size = 8, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167, Rules used = {5320, 2638} \[ 2 \cosh \left (\sqrt{x}\right ) \]

Antiderivative was successfully verified.

[In]

Int[Sinh[Sqrt[x]]/Sqrt[x],x]

[Out]

2*Cosh[Sqrt[x]]

Rule 5320

Int[(x_)^(m_.)*((a_.) + (b_.)*Sinh[(c_.) + (d_.)*(x_)^(n_)])^(p_.), x_Symbol] :> Dist[1/n, Subst[Int[x^(Simpli
fy[(m + 1)/n] - 1)*(a + b*Sinh[c + d*x])^p, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p}, x] && IntegerQ[Sim
plify[(m + 1)/n]] && (EqQ[p, 1] || EqQ[m, n - 1] || (IntegerQ[p] && GtQ[Simplify[(m + 1)/n], 0]))

Rule 2638

Int[sin[(c_.) + (d_.)*(x_)], x_Symbol] :> -Simp[Cos[c + d*x]/d, x] /; FreeQ[{c, d}, x]

Rubi steps

\begin{align*} \int \frac{\sinh \left (\sqrt{x}\right )}{\sqrt{x}} \, dx &=2 \operatorname{Subst}\left (\int \sinh (x) \, dx,x,\sqrt{x}\right )\\ &=2 \cosh \left (\sqrt{x}\right )\\ \end{align*}

Mathematica [A]  time = 0.0028366, size = 8, normalized size = 1. \[ 2 \cosh \left (\sqrt{x}\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Sinh[Sqrt[x]]/Sqrt[x],x]

[Out]

2*Cosh[Sqrt[x]]

________________________________________________________________________________________

Maple [A]  time = 0.004, size = 7, normalized size = 0.9 \begin{align*} 2\,\cosh \left ( \sqrt{x} \right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sinh(x^(1/2))/x^(1/2),x)

[Out]

2*cosh(x^(1/2))

________________________________________________________________________________________

Maxima [A]  time = 1.04629, size = 8, normalized size = 1. \begin{align*} 2 \, \cosh \left (\sqrt{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(x^(1/2))/x^(1/2),x, algorithm="maxima")

[Out]

2*cosh(sqrt(x))

________________________________________________________________________________________

Fricas [A]  time = 1.84414, size = 23, normalized size = 2.88 \begin{align*} 2 \, \cosh \left (\sqrt{x}\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(x^(1/2))/x^(1/2),x, algorithm="fricas")

[Out]

2*cosh(sqrt(x))

________________________________________________________________________________________

Sympy [A]  time = 0.388617, size = 7, normalized size = 0.88 \begin{align*} 2 \cosh{\left (\sqrt{x} \right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(x**(1/2))/x**(1/2),x)

[Out]

2*cosh(sqrt(x))

________________________________________________________________________________________

Giac [A]  time = 1.16501, size = 15, normalized size = 1.88 \begin{align*} e^{\left (-\sqrt{x}\right )} + e^{\sqrt{x}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sinh(x^(1/2))/x^(1/2),x, algorithm="giac")

[Out]

e^(-sqrt(x)) + e^sqrt(x)